An element belonging to one of the various HTML list styles.
None.
<LI> is legal within:
<DIR> <MENU> <OL> <UL>
The following markup can be used within <LI> ... </LI> (the end tag is optional):
<A> <B> <BLOCKQUOTE> <BR> <CITE> <CODE> <DIR> <DL> <EM> <FORM> <I> <IMG> <ISINDEX> <KBD> <MENU> <OL> <P> <PRE> <SAMP> <STRONG> <TT> <UL> <VAR>
Use to set off elements within lists.
Parts of a computer:<P>
<UL>
<LI>CPU
<LI>memory
<LI>disk drives
<LI>video card
<LI>keyboard
<LI>monitor
</UL>